From: Michael Albinus Date: Fri, 8 Oct 2010 12:41:49 +0000 (+0200) Subject: * keyboard.c: Revert last change; it was not intended to be X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~6194 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=375f939271c67ec4ab5cce903bd284963abdcbc7;p=emacs.git * keyboard.c: Revert last change; it was not intended to be synchronized with the trunk. --- diff --git a/src/ChangeLog b/src/ChangeLog index e5694d17192..20b4afe7f49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-10-08 Michael Albinus + + * keyboard.c: Revert last change; it was not intended to be + synchronized with the trunk. + 2010-10-08 Kenichi Handa * coding.c (complement_process_encoding_system): Fix previous change. diff --git a/src/keyboard.c b/src/keyboard.c index b284244ac81..9af26cd427d 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -3952,11 +3952,6 @@ kbd_buffer_get_event (KBOARD **kbp, /* One way or another, wait until input is available; then, if interrupt handlers have not read it, read it now. */ -#ifdef HAVE_DBUS - /* Read D-Bus messages. */ - xd_read_queued_messages (); -#endif /* HAVE_DBUS */ - /* Note SIGIO has been undef'd if FIONREAD is missing. */ #ifdef SIGIO gobble_input (0);